home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-09-20 | 713 b | 42 lines |
- #!smake
- include $(ROOT)/usr/include/make/commondefs
-
- # The file VkHelpAPI.c++ is not a stand-alone demo
-
- MOTIFLIBS = -lSgm -lXm -lXt -lX11 -lPW
- VKLIBS = $(VKLIBPATH) -lvk -lXpm
-
- # netls licensing (libnetls and libnck) are not supported in N32 or 64 bits
- #
- #if $(OBJECT_STYLE:M32*) != ""
- NETLS_LIBS = -lnetls -lnck
- NETLS_TGT = netls
- #endif
-
- LLDLIBS= $(VKLIBS) $(MOTIFLIBS) -lm $(NETLS_LIBS)
-
- LC++FLAGS=$(VKINCLUDEPATH)
- OPTIMIZER = -g
-
- SUBDIRS=\
- AlignTest\
- RadioGroup
-
- TARGETS=\
- busyCursor\
- runonce\
- runonce2\
- list\
- $(NETLS_TGT)\
- $(NULL)
-
- COMMONPREF = lcl_
- default all: targets
- lcl_targets: $(TARGETS)
- targets $(COMMONTARGS): $(COMMONPREF)$$@
- $(SUBDIRS_MAKERULE)
-
- headers:
-
- include $(COMMONRULES)
-